Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fuzz targets #126

Merged
merged 1 commit into from
Jul 8, 2018
Merged

Fix fuzz targets #126

merged 1 commit into from
Jul 8, 2018

Conversation

daniellockyer
Copy link
Contributor

I wrongly added .unwrap() to some of the fuzz targets I committed a while back. They would produce false positives so I removed them.

Thanks to @Shnatsel in #125 for pointing this out.

@killercup killercup requested a review from frewsxcv June 24, 2018 14:19
@frewsxcv
Copy link
Member

frewsxcv commented Jul 8, 2018

bors r+

bors bot added a commit that referenced this pull request Jul 8, 2018
126: Fix fuzz targets r=frewsxcv a=neosilky

I wrongly added `.unwrap()` to some of the fuzz targets I committed a while back. They would produce false positives so I removed them.

Thanks to @Shnatsel in #125 for pointing this out.

Co-authored-by: Daniel Lockyer <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jul 8, 2018

Build succeeded

@bors bors bot merged commit d1ea072 into rust-fuzz:master Jul 8, 2018
@daniellockyer daniellockyer deleted the fuzz-target branch July 8, 2018 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants